std::unordered_multiset::begin(int), std::unordered_multiset::cbegin(int)

From Cppreference

Jump to: navigation, search
​iterator begin( size_type n );
(C++0x feature)
​const_iterator begin( size_type n ) const;
(C++0x feature)
​const_iterator cbegin( size_type n ) const;
(C++0x feature)

Returns an iterator to the first element of the bucket with index pos.

Contents

Parameters

n - the index of the bucket to access

Return value

iterator to the first element

Complexity

constant

See also

end(int)
cend(int)
returns an iterator to the end of the specified bucked
(public member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages